Preface:  This is more or less a BETA program. I don't guarantee anything. I make no warranty for its use and I make no guarantee something won't go strangely wrong. I cannot be held liable for any damages from the use or misuse of this program. I provide this as-is and depending on my life schedule may or may not attempt bug fixes.

To get this to work you'll need a few things:

A Windows Machine
.Net framework 2.0 or higher (I compiled with 4.0)
A URL of the draft class you want to analyze (Example: http://ootppatp.com//game/lgreports/leagues/league_100_draft_log_0.html)

Optional:
Microsoft Excel 2003 or higher

Open the .xml file with notepad or any XML editor if you're a bit more tech-savvy. There are 4 things you want to change, and I'll go over them one by one. Change ONLY the things between the brackets. For example if you wanted to change the temporary directory, you'd look for the stuff between <tempdir> and </tempdir>:

<tempdir>c:\temp\</tempdir>

and change ONLY the "c:\temp\" part of it.

First is your temporary directory (<tempdir></tempdir>). I do a ton of PowerShell scripting at work, so I simply use c:\powershell for mine. You can use c:\temp or "C:\Users\User1\Documents\Out of the Park Developments" if you want. Doesn't really matter, as long as you can reach that folder easily if you have to. Make sure to put the trailing slash ( \ )

Second is the URL of your draft web page (<drafturl></drafturl>). Some examples are as follows:
http://sbl.allsimbaseball8.com/game/lgreports/leagues/league_100_draft_log_0.html
http://ootppatp.com//game/lgreports/leagues/league_100_draft_log_0.html
http://www.overthemound.com/otm/news/html/leagues/league_100_draft_log_0.html

It's easiest to just copy and paste from a web page. I haven't tested it with a local URL (I.E. file:///C:/Users/User1/Documents/Out%20of%20the%20Park%20Developments/OOTP%20Baseball%2016/saved_games/MLB%202015.lg/news/html/leagues/league_144_draft_log_3.html ), so if you try it and have problems, let me know.

Third is the player base URL - I.E. the static part of the web address that gets you to a player page. If you copy a random player's URL from your league and it's "http://www.overthemound.com/otm/news/html/players/player_3262.html" then you would put "http://www.overthemound.com/otm/news/html/players/player_" down for the player base URL. Again, if you're going from a local URL, I'm not sure how my program will react.

Finally the program needs to know if you have Excel or not. If you do put "true" in between the <excel> tags, otherwise put "false." If you put false, just realize that the pretty charts won't be created for you automatically, you'll have to do it yourself from CSV files.

That should be it. This works quite well for me in the two leagues I'm in, and the "home" league I run for a few friends and myself. If you have questions or comments or even need a little help, feel free to e-mail me at zarberg@gmail.com